-
Notifications
You must be signed in to change notification settings - Fork 277
DEV: add query performance tuning page #1052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
andy-stark-redis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from a couple of minor suggestions/questions, LGTM.
Only minor observation is that some of these things might benefit from some explanation as to why they work or else links to other pages that explain them more thoroughly. For example, it would be great to show exactly what goes wrong with the anti-patterns and why the postive patterns avoid those pitfalls.
No need for any of this to be addressed now, of course - might be better handled in a future PR.
content/develop/interact/search-and-query/best-practices/_index.md
Outdated
Show resolved
Hide resolved
content/develop/interact/search-and-query/best-practices/scalable-query-best-practices.md
Outdated
Show resolved
Hide resolved
Co-authored-by: andy-stark-redis <[email protected]>
|
@andy-stark-redis and @joeywhelan, I added some additional text to the anti-patterns section. Please take a look. |
andy-stark-redis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really like the new anti-patterns stuff - very informative :-)
DOC-4716